]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/variadic.qc
add another test that we just didn't have anywhere else yet
[xonotic/gmqcc.git] / tests / variadic.qc
1 void() main = {
2     print("hello", " world");
3 }