]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/c2x-parm-omit-4.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / c2x-parm-omit-4.c
CommitLineData
a4223abb
JM
1/* Test omitted parameter names in C2x: diagnosed with -Wc11-c2x-compat. */
2/* { dg-do compile } */
3/* { dg-options "-std=c2x -pedantic-errors -Wc11-c2x-compat" } */
4
5void f (int) { } /* { dg-warning "omitting parameter names" } */