aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr98330.c
blob: bc68a6fa214144648958a97e1bf723c48148df4c (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */
/* { dg-options "-O2" } */

float f (__typeof (__builtin_pow) fn, float x)
{
  return fn (x, 2);
}