]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/variadic.qc
assignable return value now lives in ast_function, as globals can get overwritten...
[xonotic/gmqcc.git] / tests / variadic.qc
1 void() main = {
2     print("hello", " world");
3 }