Sign in
gnu
/
gcc
/
refs/heads/devel/gimple-linterchange
/
.
/
gcc
/
testsuite
/
gcc.dg
/
Wimplicit-function-declaration-c89-default.c
blob: c725ffaca4670f5abb37cced660a3931699ed16c [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-std=c89" } */
void
f
(
void
)
{
puts
(
"Hello"
);
/* { dg-bogus "warning: implicit declaration of function" } */
}