blob: a49750c81af4c715afc1d6e7751a57bb645d1a16 [file] [log] [blame]
#define k(a) #a
char *s = k(k(1,2));
char *t = k(#) k(#undef k) k(x);
f(){}