]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/variadic.qc
Better usage message for qcvm, don't exit after any of the information prints - but...
[xonotic/gmqcc.git] / tests / variadic.qc
1 void(...) print = #1;
2
3 void() main = {
4     print("hello", " world");
5 }