FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / 20010711-1.c
blob12971a55a155edceb2966c799a7579dab6731dee
1 void foo (int *a) {}
3 int main ()
5 int a;
6 if (&a == 0)
7 abort ();
8 else
10 foo (&a);
11 exit (0);