]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/builtin.qc
Only optimize (a - (-b)) into (a + b) when the unary operand is a negation. This...
[xonotic/gmqcc.git] / tests / builtin.qc
1 void() main = {
2     print("hello world");
3 }