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