gcc/gcc/testsuite/gcc.dg/pr98330.c

8 lines
123 B
C

/* { dg-do compile } */
/* { dg-options "-O2" } */
float f (__typeof (__builtin_pow) fn, float x)
{
return fn (x, 2);
}