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