950618-1.c   [plain text]


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