Commit Description:
Remove async keyword...
Commit Description:
Remove async keyword For some reason, this is suddenly becoming problematic. I honestly don't remember why I added this. Weird!
File last commit:
Show/Diff file:
Action:
FNA/lib/MojoShader/unit_tests/preprocessor/output/macro-arg
4 lines | 86 B | text/plain | TextLexer
Early working version (including all dependencies, lol).
r0 /* This should produce "RIGHT" instead of "WRONG" */
#define x(WRONG) WRONG
x(RIGHT)