(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
pr98330.C
// { dg-do compile }
// { dg-options -O2 }

float f (float x)
{
  return __builtin_pow[1] (x, 2); // { dg-warning "pointer to a function used in arithmetic" }
}