blob: 8ac260c76b671a451603eaf3f6e8dedca2ffc1e6 [file] [log] [blame]
#define paste(x,y) x ## y
paste(a,b)
paste(a,)
paste(,b)
paste(,)