1
0
mirror of https://github.com/mirror/tinycc.git synced 2025-02-18 07:30:09 +08:00
tinycc/tests/tests2/66_macro_concat_end.c
2014-04-08 22:19:48 +08:00

3 lines
36 B
C

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