]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/vecmath.qc
introduce another vinstr temp
[xonotic/gmqcc.git] / tests / vecmath.qc
1 void main(vector vin) {
2         stov("'15 43 0'"); // set OFS_RETURN
3         vector v2 = -vin;
4         print(vtos(v2), "\n");
5 }