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