]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/variadic.qc
We don't need to specify "-should fail" because we print the type now (this also...
[xonotic/gmqcc.git] / tests / variadic.qc
1 void() main = {
2     print("hello", " world");
3 }