Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr103594.c
blob0eae239eea0a351bfef8d0e7d7684fe4e887beaf
1 /* { dg-do compile { target fpic } } */
2 /* { dg-options "-O1 -fpic" } */
4 int regex_subst(void)
6 const void *subst = "";
7 return (*(int (*)(int))subst) (0);
10 int foobar (void)
12 int x;
13 return (*(int (*)(void))&x) ();