Sign in
gnu
/
gcc.git
/
09a3da82125e07da504136841d577f103aa4ea13
/
.
/
gcc
/
testsuite
/
gcc.dg
/
Wmissing-parameter-type.c
blob: b25e8d21602fe04f5d1998b865b8c81beacd2cdf [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-std=gnu89 -Wmissing-parameter-type" } */
int
foo
(
bar
)
{
return
bar
;
}
/* { dg-warning "type of 'bar' defaults to 'int' \\\[-Wmissing-parameter-type\\\]" } */