]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/split-vectors.qc
added -fdefault-eraseable which is the same as adding [[eraseable]] to all definitions
[xonotic/gmqcc.git] / tests / split-vectors.qc
1 void main() {
2     print(vtos('1 2 3'), "\n");
3     print(vtos('4 5 6'), "\n");
4     print(vtos('7 8 9'), "\n");
5     print(vtos('1 5 9'), "\n");
6 }