]> git.xonotic.org Git - xonotic/gmqcc.git/blob - testsuite/invalid-assign/main.qc
ftepp_out can now output to a string buffer
[xonotic/gmqcc.git] / testsuite / invalid-assign / main.qc
1 void() main = {
2         local float x;
3         x + 3 = 5;
4 };