Sign in
gnu
/
gcc.git
/
09a3da82125e07da504136841d577f103aa4ea13
/
.
/
gcc
/
testsuite
/
gcc.dg
/
Wmissing-parameter-name-2.c
blob: a02083ffe278dacf41bce8a25ddb9e521989f771 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-std=c11 -pedantic -Wno-missing-parameter-name" } */
int
f
(
int
)
{
}