]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/variadic.qc
fix std::string constructed from nullptr
[xonotic/gmqcc.git] / tests / variadic.qc
1 void() main = {
2     print("hello", " world");
3 }