aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/921227-1.c
blob: a49750c81af4c715afc1d6e7751a57bb645d1a16 (plain)
1
2
3
4
5
#define k(a) #a
char *s = k(k(1,2));
char *t = k(#) k(#undef k) k(x);

f(){}