OSDN Git Service

PR debug/46409
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / debug / pr46409.c
1 /* PR debug/46409 */
2 /* { dg-options "-g" } */
3
4 int
5 foo (int (*x) (unsigned long long), unsigned long long y)
6 {
7   unsigned int z = x (y);
8   return 0;
9 }