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-arg-overrides-define
5 lines | 160 B | text/plain | TextLexer
Early working version (including all dependencies, lol).
r0 // This should produce THIS_IS_THE_MACRO_ARG and not THIS_IS_THE_DEFINE.
#define x THIS_IS_THE_DEFINE
#define b(x) x
#define z(x) b(x)
z(THIS_IS_THE_MACRO_ARG)