OSDN Git Service

* gcc.dg/builtins-config.h: Disable C99 runtime testing for
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / Wimplicit-function-declaration-c99.c
1 /* { dg-do compile } */
2 /* { dg-options "-std=c99" } */
3
4 void f(void) 
5
6   puts("Hello"); /* { dg-warning "implicit declaration of function" } */
7 }