]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/xor.tmpl
Match C's preprocessor semantics for token pasting with '##'.
[xonotic/gmqcc.git] / tests / xor.tmpl
1 I: xor.qc
2 D: test bitwise xor
3 T: -execute
4 C: -std=gmqcc
5 E: $null
6 M: 6
7 M: 8
8 M: commutative
9 M: assocative
10 M: inverse
11 M: vv: '6 8 6'
12 M: vf: '15 8 15'
13 M: vv: '6 8 6'
14 M: vf: '15 8 15'
15 M: 100:200 swapped is: 200:100
16 M: '1 2 3':'4 5 6' swapped is: '4 5 6':'1 2 3'
17 M: '4 7 6'
18 M: '4 7 6'
19 M: '4 7 6'
20 M: '4 7 6'
21 M: '4 7 6'