072-token-pasting-same-line.c revision b8e80941
1#define paste(x) success_ ## x
2paste(1) paste(2) paste(3)
3