#define lol(x) #x
#define lmao(x) lol(x)
#define rofl 123

int
main() {
	puts(lmao(rofl));
}



syntax highlighted by Code2HTML, v. 0.9.1