PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / Wimplicit-function-declaration-c99.c
blob254f7e70e657bdff76c8417756424827d3e1d43f
1 /* { dg-do compile } */
2 /* { dg-options "-std=c99" } */
4 void f(void)
5 {
6 puts("Hello"); /* { dg-warning "implicit declaration of function" } */