modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/950618-1.c (about)

     1  static __inline__ int f () { return g (); }
     2  int g () { return f (); }