lang-bootstrap/05/tcc-0.9.27/tests/pp/04.c

5 lines
68 B
C
Raw Permalink Normal View History

2022-02-18 12:36:57 -05:00
#define foobar 1
#define C(x,y) x##y
#define D(x) (C(x,bar))
D(foo)