1 /* Test omitted parameter names not in C11: -pedantic. */
2 /* { dg-do compile } */
3 /* { dg-options "-std=c11 -pedantic" } */
4
5 void f (int) { } /* { dg-warning "omitting parameter names" } */
1 /* Test omitted parameter names not in C11: -pedantic. */
2 /* { dg-do compile } */
3 /* { dg-options "-std=c11 -pedantic" } */
4
5 void f (int) { } /* { dg-warning "omitting parameter names" } */