Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr98330.c
blobbc68a6fa214144648958a97e1bf723c48148df4c
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
4 float f (__typeof (__builtin_pow) fn, float x)
6 return fn (x, 2);