1 /* { dg-do compile } */ 2 /* { dg-options "-std=c99 -pedantic-errors -Wall" } */ 3 f(void)4 void f(void) 5 { 6 puts("Hello"); /* { dg-error "implicit declaration of function" } */ 7 } 8