1 /* Test diagnostic for empty declarations in old-style parameter
2 declarations. Test with no special options. */
3 /* Origin: Joseph Myers <joseph@codesourcery.com> */
4 /* { dg-do compile } */
5 /* { dg-options "-std=gnu89" } */
9 int; /* { dg-warning "empty declaration" } */
10 register; /* { dg-warning "empty declaration" } */