forked from OSchip/llvm-project
5 lines
50 B
C
5 lines
50 B
C
|
#define f() g()
|
||
|
#undef g
|
||
|
#undef h
|
||
|
#define h() g()
|