1 /* Test old-style function definitions not in C2x: allowed in C11. */
2 /* { dg-do compile } */
3 /* { dg-options "-std=c11 -pedantic-errors" } */
4
5 void
6 f (x)
7 int x;
8 {
9 }