DEBSOURCES
Skip Quicknav
sources / mojoshader / 0.0~hg1314%2Bdfsg-1.1 / unit_tests / preprocessor / output / nested-macro-args
123456
/* This should produce "RIGHT" instead of "WRONG" */ #define x(a) a #define y(WRONG) x(WRONG) y(RIGHT)