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