Show More
Commit Description:
Tidy code.
Commit Description:
Tidy code.
File last commit:
Show/Diff file:
Action:
FNA/lib/MojoShader/unit_tests/preprocessor/output/elif-after-macro
9 lines | 152 B | text/plain | TextLexer
Early working version (including all dependencies, lol).
r0 // This triggered an error before, when the "== D0" would not pop_source().
#define D0 0
#if DA == D0
RIGHT
#elif D5 >= D4
WRONG
#else
ALSOWRONG
#endif