rt_gccstream/gcc/testsuite/gcc.c-torture/compile/pr25861.c

5 lines
35 B
C

int f(void *a)
{
return !(&a);
}