C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / BUG2.c
blob63b9df8c80d34c8dbd918b12ba1b1b07b5d63986
1 /* { dg-additional-options "-std=gnu89" } */
3 BUG2 (p) int *p;
5 int a = 0;
6 if (*p == a)
7 return 0;
8 else
9 return 1;