Prevent ## to appear at start or end of macro
This commit is contained in:
2
tests/tests2/65_macro_concat_start.c
Normal file
2
tests/tests2/65_macro_concat_start.c
Normal file
@ -0,0 +1,2 @@
|
||||
#define paste(A,B) ##A B
|
||||
paste(x,y)
|
||||
Reference in New Issue
Block a user