(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
c2x-parm-omit-1.c
       1  /* Test omitted parameter names in C2x.  */
       2  /* { dg-do compile } */
       3  /* { dg-options "-std=c2x -pedantic-errors" } */
       4  
       5  void f (int) { }