]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/final.qc
Only optimize (a - (-b)) into (a + b) when the unary operand is a negation. This...
[xonotic/gmqcc.git] / tests / final.qc
1 float here;
2 final float here;
3 float here;