tinycc/tests/tests2/66_macro_concat_end.c

3 lines
36 B
C

#define paste(A,B) A B##
paste(x,y)