1 #include "b.h"
2 #include "c.h"
g()3 inline void g() { f(); }
h()4 inline int h() { return n; }
5