(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
proto-1.c
       1  /* PR c/28502 */
       2  /* { dg-do compile } */
       3  
       4  void foo() {}      /* { dg-message "note: previous" } */
       5  void foo(void[]);  /* { dg-error "array of voids" } */