]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/variadic.qc
Aliases to aliases is a bad idea, revert. Added better tests to show unused aliases
[xonotic/gmqcc.git] / tests / variadic.qc
1 void() main = {
2     print("hello", " world");
3 }