1 #define paste(x,y) x ## y
2 paste(a,b)
3 paste(a,)
4 paste(,b)
5 paste(,)
6