(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr23408.c
       1  /* { dg-do compile } */
       2  /* { dg-options "--param ggc-min-expand=0 --param ggc-min-heapsize=0" } */
       3  
       4  int g ();
       5  static __inline__ int f () { return g (); }
       6  int g () { return f (); }