Commit Description:
Added tag 0.32.02 for changeset e0c3cf126c24
Commit Description:
Added tag 0.32.02 for changeset e0c3cf126c24
File last commit:
Show/Diff file:
Action:
FNA/lib/MojoShader/unit_tests/preprocessor/output/macro-1-arg-accepts-void
5 lines | 189 B | text/plain | TextLexer
// x() should be considered one (blank) argument when there is a macro which
// has one parameter. It should produce "RIGHT" and not "RIGHT()", and no
// errors.
#define x(a) RIGHT a
x()