int main ()
{
  int i;
  for (i = 0; i < 10; i++)
    continue;
  if (i < 10)
    abort ();
  exit (0);
}


syntax highlighted by Code2HTML, v. 0.9.1