Fix va_arg bug, Fix type conversion bug, an increase of loc_stack () function is...
[tinycc.git] / tests / tests2 / 65_macro_concat_start.c
blobd63d67a3fe2a5815b9d09854a1750111452b650b
1 #define paste(A,B) ##A B
2 paste(x,y)