Sign in
gnu
/
gcc.git
/
refs/heads/trunk
/
.
/
gcc
/
testsuite
/
gcc.dg
/
Wimplicit-function-declaration-c99.c
blob: abea8a5f35666f636b7096b3b22c6d4cad57d1b7 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-fpermissive -std=c99" } */
void
f
(
void
)
{
puts
(
"Hello"
);
/* { dg-warning "implicit declaration of function" } */
}