aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/c11-parm-omit-1.c
blob: 83d1b5082869c3ca206c6e93c47a23dce2a397cf (plain)
1
2
3
4
5
/* 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" } */