about CONST_WANTED & VT_NONCONST
[tinycc.git] / tests / pp / 06.c
blob28cfddece6815beb3087f65726d6acc48966bb29
1 #define X(a,b, \
2 c,d) \
3 foo
5 X(1,2,3,4)