Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / bge.c
blob498ca43aa4ec56178482e64a1051f0aa26633a89
1 /* { dg-additional-options "-std=gnu89" } */
3 foo (a)
4 double a;
6 if (a >= 0)
7 return 1;
8 return a;