6 lines
57 B
C
6 lines
57 B
C
|
#define f() g()
|
||
|
#undef g
|
||
|
#undef h
|
||
|
#define h() g()
|
||
|
int x;
|