9 lines
78 B
C
9 lines
78 B
C
#define f() g()
|
|
#undef g
|
|
#undef h
|
|
#define h() g()
|
|
int x;
|
|
#undef h2
|
|
|
|
int h3();
|