brintos

brintos / llvm-project-archived public Read only

0
0
Text · 82 B · 9da208c Raw
9 lines · c
1#define f() g()2#undef g3#undef h4#define h() g()5int x;6#undef h27 8int h3(void);9