(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
old-style-param-1.c
       1  /* PR c/35750 */
       2  
       3  void foo(int[]);
       4  void foo(x) int x[](); {} /* { dg-error "array of functions" } */