Merged with mainline at revision 128810.
[official-gcc.git] / gcc / testsuite / gcc.dg / Werror-implicit-function-declaration.c
blob05b8c02968aa4d66d6c4f9faa4b4d0fac714de4d
1 /* { dg-do compile } */
2 /* { dg-options "-std=c89 -Werror-implicit-function-declaration" } */
4 void f(void)
5 {
6 puts("Hello"); /* { dg-error "implicit declaration of function" } */