OSDN Git Service

* gcc.dg/tree-ssa/fre-vce-1.c: Cleanup "fre" tree dump.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / Wimplicit-function-declaration-c99-pedantic.c
1 /* { dg-do compile } */
2 /* { dg-options "-std=c99 -pedantic-errors -Wall" } */
3
4 void f(void) 
5
6   puts("Hello"); /* { dg-error "implicit declaration of function" } */
7 }