OSDN Git Service

* gcc.dg/torture/pr26565.c: Expect warning on packed field for
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / Werror-implicit-function-declaration.c
1 /* { dg-do compile } */
2 /* { dg-options "-std=c89 -Werror-implicit-function-declaration" } */
3
4 void f(void) 
5
6   puts("Hello"); /* { dg-error "error: implicit declaration of function" } */
7 }