testsuite: Skip analyzer tests on AIX.
[official-gcc.git] / gcc / testsuite / c-c++-common / analyzer / pr93547.c
blob1518904823465cde77c064ec01e21b7999fea73f
1 /* { dg-do compile } */
3 void
4 wy (int);
6 int
7 f9 (void)
9 int p5 = __builtin_ilogb (__builtin_inf ());
11 wy (0);
13 return p5;