Add new test to verify that the array index, limit, and stride are
[official-gcc.git] / gcc / testsuite / gcc.dg / Wimplicit-function-declaration-c89.c
blob441899edb3dc553dbe3b990be95447db55837af2
1 /* { dg-do compile } */
2 /* { dg-options "-std=c89 -Wimplicit-function-declaration" } */
4 void f(void)
5 {
6 puts("Hello"); /* { dg-warning "implicit declaration of function" } */