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

8 lines
66 B
C

void foo(void)
{
char c;
for (c = -75; c <= 75; c++)
;
}