1 #define k(a) #a
2 char *s = k(k(1,2));
3 char *t = k(#) k(#undef k) k(x);
4 
f()5 f(){}
6