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