Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr93577-6.c
blob5ec668fd4df7bc8b451ea67e5bb39721c194f157
1 /* Test ICE with designated initializer in compound literal with bad
2 type name (ICE seen with early version of fix for bug 93577 but not
3 covered in other tests). */
4 /* { dg-do compile } */
5 /* { dg-options "" } */
7 void *
8 f (void)
10 return &(const bad_type) { [0] = 0 }; /* { dg-error "unknown type name" } */