(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
noncompile/
old-style-parm-3.c
       1  /* PR c/71266 */
       2  /* { dg-do compile } */
       3  
       4  int fn1 (a)
       5    enum b {  /* { dg-warning "empty declaration" } */
       6      a /* { dg-error ".a. declared as a non-parameter" } */
       7    };
       8  {
       9  }