1 // { dg-do assemble  }
2 // { dg-options "" }
3 
4 // This should compile.
5 
6 int foo (signed char *);
7 int foo (char *);
8