summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/gcc.dg/Werror-implicit-function-declaration.c
blob: 05b8c02968aa4d66d6c4f9faa4b4d0fac714de4d (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */
/* { dg-options "-std=c89 -Werror-implicit-function-declaration" } */

void f(void) 
{ 
  puts("Hello"); /* { dg-error "implicit declaration of function" } */
}
OpenPOWER on IntegriCloud