double x = 0x1.fp1;
int main()
{
  if (x !=  3.875)
    abort ();
  exit (0);
}




syntax highlighted by Code2HTML, v. 0.9.1