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

5 lines
68 B
C
Raw Normal View History

2025-04-18 12:38:54 +01:00
#define foobar 1
#define C(x,y) x##y
#define D(x) (C(x,bar))
D(foo)