4 lines
68 B
C
4 lines
68 B
C
![]() |
#define expand(x) expand(x once)
|
||
|
#define foo(x) x
|
||
|
foo(expand(just))
|