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