VLA code: minor fix
[tinycc.git] / tests / tests2 / 66_macro_concat_end.c
blob55dcaefb8d6a7301b8d79598555806f76dd539f4
1 #define paste(A,B) A B##
2 paste(x,y)