C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / test.c
blobe82282fa5689efc4b639b3b11c7976214a19cde2
1 /* { dg-additional-options "-std=gnu89" } */
3 foo (a)
5 if (a & 38)
6 return 1;
7 return 0;