rt_gccstream/gcc/testsuite/gcc.c-torture/compile/960220-1.c

7 lines
66 B
C

f ()
{
unsigned long long int a = 0, b;
while (b > a)
;
}