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