(root)/
gcc-13.2.0/
gcc/
testsuite/
gm2/
switches/
pic/
run/
pass/
func.c
       1  
       2  static void test (void)
       3  {
       4  }
       5  
       6  static void (*p)(void);
       7  
       8  static void foo (void)
       9  {
      10    p = test;
      11    p();
      12  }