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