]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/predef_func.qc
Shitty testsuite support for windows the hacky way because there exists no sane simpl...
[xonotic/gmqcc.git] / tests / predef_func.qc
1 void main() {
2     print(__FUNC__, "\n");
3 }