Show More
Commit Description:
UI fixes.
Commit Description:
UI fixes.
File last commit:
Show/Diff file:
Action:
FNA/lib/MojoShader/unit_tests/preprocessor/output/macro-with-arg-as-macro-arg
5 lines | 119 B | text/plain | TextLexer
Early working version (including all dependencies, lol).
r0 // Should produce "RIGHT" and not "l(b)" or whatnot.
#define bb(l) l
#define zz(c) c
#define qq(b) zz(bb(b))
qq(RIGHT)