/* Test that parameter without declaration specifiers in old-style parameters is not accepted. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "" } */ void f(a) a; /* { dg-error "parse error|syntax error|no type or storage class|expected declaration specifiers" } */ { }