(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
950618-1.c
       1  static __inline__ int f () { return g (); }
       2  int g () { return f (); }