2 /* The following test used to ICE after an error message
3 because GCC was trying to expand the trees to rtl. */
5 /* { dg-do compile } */
6 /* { dg-options "" } */
10 l
: int; /* { dg-error "a label can only be part of a statement and a declaration is not a statement" "not stmt" } */
11 /* { dg-warning "useless type name in empty declaration" "type name" { target *-*-* } .-1 } */
12 /* { dg-error "label at end of compound statement" "label" { target *-*-* } .-2 } */