C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / scond.c
blob3ea607c7d6bf4ee8804eb143bd396234861bb706
1 /* { dg-additional-options "-std=gnu89" } */
3 scond (a, b, c, d)
5 return (a > b) & (c < d);