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