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

8 lines
149 B
C

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