double g ();

f (x)
     double x;
{
  x = .85;
  while (g () < x)
    ;
}


syntax highlighted by Code2HTML, v. 0.9.1