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