tinycc/tests/tests2/65_macro_concat_start.c
2014-04-08 22:19:48 +08:00

3 lines
36 B
C

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