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