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



syntax highlighted by Code2HTML, v. 0.9.1