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