]> de.git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/builtin.qc
Actually commit the new test stuff
[xonotic/gmqcc.git] / tests / builtin.qc
1 void(...) print = #1;
2
3 void() main = {
4     print("hello world");
5 }