summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/Werror-implicit-function-declaration.c
blob: f8f0f81d40816c1fac58277bc25ab98e1ee012ed (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 "error: implicit declaration of function" } */
}