Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git] / gcc / testsuite / gcc.dg / Wimplicit-function-declaration-c89-default.c
blobc725ffaca4670f5abb37cced660a3931699ed16c
1 /* { dg-do compile } */
2 /* { dg-options "-std=c89" } */
4 void f(void)
5 {
6 puts("Hello"); /* { dg-bogus "warning: implicit declaration of function" } */