blob: 5491aea793bf3d6f1f71ff7d79840dca6b61e9c6 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-std=c89 -pedantic-errors -Wimplicit-function-declaration" } */
void f(void)
{
puts("Hello"); /* { dg-warning "implicit declaration of function" } */
}