rt_gccstream/gcc/testsuite/gcc.dg/Wimplicit-function-declarat...

8 lines
181 B
C

/* { dg-do compile } */
/* { dg-options "-std=c89 -Wimplicit-function-declaration" } */
void f(void)
{
puts("Hello"); /* { dg-warning "implicit declaration of function" } */
}