blob: 90b09dcdbabfe288ce4b7eed9e16f10a75e10400 [file] [log] [blame]
void foo(void)
{
char c;
for (c = -75; c <= 75; c++)
;
}