Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / noncompile / old-style-parm-2.c
blob1b156b770f77280e8ff8d88dd30ffa1cb25628b8
1 /* Test that parameter without declaration specifiers in old-style
2 parameters is not accepted. */
3 /* Origin: Joseph Myers <joseph@codesourcery.com> */
4 /* { dg-do compile } */
5 /* { dg-options "" } */
7 void
8 f(a)
9 a; /* { dg-error "parse error|syntax error|no type or storage class|expected declaration specifiers" } */