summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/Wimplicit-function-declaration-c89-pedantic.c
blob: f476e6af18702be6a85692f3e4a065edace2f2b8 (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */
/* { dg-options "-std=c89 -pedantic-errors -Wimplicit-function-declaration" } */

void f(void) 
{ 
  puts("Hello"); /* { dg-warning "warning: implicit declaration of function" } */
}