Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gcc.dg / c11-parm-omit-1.c
blob83d1b5082869c3ca206c6e93c47a23dce2a397cf
1 /* Test omitted parameter names not in C11: -pedantic-errors. */
2 /* { dg-do compile } */
3 /* { dg-options "-std=c11 -pedantic-errors" } */
5 void f (int) { } /* { dg-error "omitting parameter names" } */