1 // Should produce "RIGHT" and not "l(b)" or whatnot.
2 #define bb(l) l
3 #define zz(c) c
4 #define qq(b) zz(bb(b))
5 qq(RIGHT)