(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
c11-parm-omit-2.c
       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" } */