DEBSOURCES
Skip Quicknav
sources / mojoshader / 0.0~hg1314%2Bdfsg-1.1 / unit_tests / preprocessor / output / macro-with-arg-as-macro-arg
12345
// Should produce "RIGHT" and not "l(b)" or whatnot. #define bb(l) l #define zz(c) c #define qq(b) zz(bb(b)) qq(RIGHT)