Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gcc.dg / pr93577-5.c
blob68dfc1faaaaadcbb0531aea90ead0440446525dc
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) { .a = 0 }; /* { dg-error "unknown type name" } */