Commit Description:
Added tag 0.48.25 for changeset 65dbe706eb1c
Commit Description:
Added tag 0.48.25 for changeset 65dbe706eb1c
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