No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / noncompile / old-style-parm-1.c
blob5f879c3f0aed277b4083471802326efa5c3d3f14
1 /* Test that stray semicolon in old-style parameters is not
2 accepted. */
3 /* Origin: Joseph Myers <joseph@codesourcery.com> */
4 /* { dg-do compile } */
5 /* { dg-options "" } */
7 void
8 f(a)
9 int a;; /* { dg-error "parse error|syntax error|expected declaration specifiers" } */