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