]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/vecmath.qc
Merge pull request #180 from xonotic/mem_leak_fix_on_failure_paths
[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 }