Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
c11-parm-omit-1.c
blob: 83d1b5082869c3ca206c6e93c47a23dce2a397cf [
file
] [
log
] [
blame
]
/* Test omitted parameter names not in C11: -pedantic-errors. */
/* { dg-do compile } */
/* { dg-options "-std=c11 -pedantic-errors" } */
void
f
(
int
)
{
}
/* { dg-error "omitting parameter names" } */