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 "" } */
10 return &(const bad_type
) { .a
= 0 }; /* { dg-error "unknown type name" } */