Sign in
gnu
/
gcc.git
/
refs/heads/trunk
/
.
/
gcc
/
testsuite
/
gcc.dg
/
Wmissing-parameter-name-3.c
blob: b89d886637edd7f1fdc38f06ad17d322d7364517 [
file
]
/* { dg-do compile } */
/* { dg-options "-Wc11-c23-compat -Wno-missing-parameter-name" } */
int
f
(
int
)
{
}