1 /* Test diagnostics for missing and extra semicolons in structures.
2 Test with no special options. */
3 /* Origin: Joseph Myers <joseph@codesourcery.com> */
4 /* { dg-do compile } */
5 /* { dg-options "" } */
16 }; /* { dg-warning "no semicolon at end of struct or union" } */
19 }; /* { dg-warning "no semicolon at end of struct or union" } */