Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr69796.c
blob4b725a50767181d5a902fb00de1e82083f701cef
1 /* PR c/69796 */
2 /* { dg-do compile } */
4 struct S s; /* { dg-error "storage size of 's' isn't known" } */
6 void
7 foo ()
9 s a; /* { dg-error "has an incomplete type|expected" } */