Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr97897.c
blob084c1cdbfebf4b3b3feca6b08dfc45e1130e9c8f
1 /* { dg-do compile } */
2 /* { dg-options "" } */
4 void h ();
5 void f () __attribute__ ((returns_twice));
6 void g (_Complex int a)
8 f ();
9 if (a != 0)
11 a = 0;
12 h ();