OSDN Git Service

Backported from mainline
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / pr25861.c
1 int f(void *a)
2 {
3   return !(&a);
4 }