blob: 733e0d7fe8f0922933ed6c13f06deef070ef0d37 [file] [log] [blame]
/* { dg-additional-options "-std=gnu89" } */
float g(float f)
{
return fabs(f);
}