main()
{
  double x,y=0.5;
  x=y/0.2;
  if(x!=x)
    abort();
  exit(0);
}


syntax highlighted by Code2HTML, v. 0.9.1