039-arg-prescan-paste.c (76B)
1 #define CAT(a,b) a##b 2 #define XCAT(a,b) CAT(a,b) 3 #define P foo 4 XCAT(P, bar)