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