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