Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 921227-1.c
bloba49750c81af4c715afc1d6e7751a57bb645d1a16
1 #define k(a) #a
2 char *s = k(k(1,2));
3 char *t = k(#) k(#undef k) k(x);
5 f(){}