1 /* { dg-do compile } */
2 /* { dg-options "-std=c99 -pedantic-errors" } */
f(void)3 int f (void) { return 0; }
4