A partial reverse for commit eda2c756edc4dca004ba217d5bf361235dd9de1f
[tinycc.git] / tests / tests2 / 65_macro_concat_start.c
blobd63d67a3fe2a5815b9d09854a1750111452b650b
1 #define paste(A,B) ##A B
2 paste(x,y)