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