fixup! riscv: Implement large addend for global address
[tinycc.git] / tests / pp / 10.c
blobf180eff1eddd62ff4c93dd18c69a2575d952eb2a
1 #define f(x) x
2 #define g(x) f(x) f(x
3 #define i(x) g(x)) g(x
4 #define h(x) i(x))) i(x
5 #define k(x) i(x))) i(x))))
6 f(x)
7 g(x))
8 i(x)))
9 h(x))))
10 k(x))))