20040214-1.c   [plain text]


void foo(void)
{
  char c;

  for (c = -75; c <= 75; c++)
    ;
}