ipa/98330 - avoid ICEing on call indirect call
[gcc.git] / gcc / testsuite / g++.dg / pr98330.C
1 // { dg-do compile }
2 // { dg-options -O2 }
3
4 float f (float x)
5 {
6 return __builtin_pow[1] (x, 2); // { dg-warning "pointer to a function used in arithmetic" }
7 }