2007-02-20 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / Wimplicit-function-declaration-c89-pedantic.c
blobf476e6af18702be6a85692f3e4a065edace2f2b8
1 /* { dg-do compile } */
2 /* { dg-options "-std=c89 -pedantic-errors -Wimplicit-function-declaration" } */
4 void f(void)
5 {
6 puts("Hello"); /* { dg-warning "warning: implicit declaration of function" } */