C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / tmp.c
blob654d805d121b791be642ac8931cdd8f44505fc32
1 /* { dg-additional-options "-std=gnu89" } */
3 foo (a, b)
5 return (a - b) == 0;