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" } */