]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/predef_func.qc
ec17cd07d65469e6bd1f89d075ed56d9b092ef3a
[xonotic/gmqcc.git] / tests / predef_func.qc
1 void main() {
2     print(__FUNC__, "\n");
3 }