fixup! riscv: Implement large addend for global address
[tinycc.git] / tests / pp / 04.c
blob0068f3751b814e90dc699e71d5e1414cb47280bd
1 #define foobar 1
2 #define C(x,y) x##y
3 #define D(x) (C(x,bar))
4 D(foo)