(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
redecl-19.c
       1  /* We used to ICE in the gimplifier, PR 106764 */
       2  /* { dg-do compile } */
       3  /* { dg-options "-w" } */
       4  (*a)(); // { dg-note "" }
       5  b(){a()} a; // { dg-error "" }