Commit Description:
Tweak selected text color.
Commit Description:
Tweak selected text color.
File last commit:
Show/Diff file:
Action:
FNA/lib/MojoShader/unit_tests/preprocessor/output/elif-after-macro
9 lines | 152 B | text/plain | TextLexer
// 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