Commit Description:
Start decoupling input....
Commit Description:
Start decoupling input. (grafted from c917ecbef5cd2ff3893c85b443a84b706f293554)
File last commit:
Show/Diff file:
Action:
FNA/lib/MojoShader/unit_tests/preprocessor/output/macro-args
4 lines | 133 B | text/plain | TextLexer
/* This should produce "RIGHT ANDRIGHT" instead of "WRONG ANDWRONG" */
#define x(WRONG, ANDWRONG) WRONG ANDWRONG
x(RIGHT, ANDRIGHT)