85b50e840d
Along with a passing test to verify that this works.
6 lines
66 B
C
6 lines
66 B
C
#define paste(x,y) x ## y
|
|
paste(a,b)
|
|
paste(a,)
|
|
paste(,b)
|
|
paste(,)
|