]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/builtin.qc
fix: declaring locals with the name of a parameter now treats the parameter as the...
[xonotic/gmqcc.git] / tests / builtin.qc
1 void() main = {
2     print("hello world");
3 }