This commit was manufactured by cvs2svn to create branch
[official-gcc.git] / gcc / testsuite / gcc.dg / declspec-15.c
blobe94ce38111d5e35f94c4d54493d4d86b08b1f1db
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" } */
7 void
8 f (a, b)
9 int; /* { dg-warning "warning: empty declaration" } */
10 register; /* { dg-warning "warning: empty declaration" } */