rt_gccstream/gcc/testsuite/gcc.c-torture/compile/930513-2.c

10 lines
75 B
C

double g ();
f (x)
double x;
{
x = .85;
while (g () < x)
;
}