PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / Wimplicit-function-declaration-c89-pedantic.c
blob5491aea793bf3d6f1f71ff7d79840dca6b61e9c6
1 /* { dg-do compile } */
2 /* { dg-options "-std=c89 -pedantic-errors -Wimplicit-function-declaration" } */
4 void f(void)
5 {
6 puts("Hello"); /* { dg-warning "implicit declaration of function" } */