blob: 37b895a42378cbabd4dd1515f017e6f70f18845f [file] [log] [blame]
#define paste(x,y) x ## y
paste(1,2)
paste(1,000)
paste(identifier,2)