/* The following code used to ICE in fold_convert.  */

float ceilf(float);

int foo(float x)
{
  return (double)ceilf(x);
}



syntax highlighted by Code2HTML, v. 0.9.1