blob: bc68a6fa214144648958a97e1bf723c48148df4c [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2" } */
float f (__typeof (__builtin_pow) fn, float x)
{
return fn (x, 2);
}