20040209-1.c   [plain text]


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

float ceilf(float);

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