(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
c11-parm-omit-4.c
       1  /* Test omitted parameter names not in C11: accepted by default in the
       2     absence of -pedantic.  */
       3  /* { dg-do compile } */
       4  /* { dg-options "-std=c11" } */
       5  
       6  void f (int) { }