1#define f() g()
2#undef g
3#undef h
4#define h() g()
5int x;
6#undef h2
7
8int h3();
9