rt_gccstream/gcc/testsuite/gcc.c-torture/compile/20030415-1.c

5 lines
39 B
C

float g(float f)
{
return fabs(f);
}