diff --git a/tests/xor.qc b/tests/xor.qc index df6900d..fc3a4b5 100644 --- a/tests/xor.qc +++ b/tests/xor.qc @@ -73,4 +73,5 @@ void main() { print(vtos('1 2 3' ^ f('3 2 1') ^ 3), "\n"); print(vtos('1 2 3' ^ 6 ^ 3), "\n"); print(vtos('1 2 3' ^ 6 ^ f('1 1 1')), "\n"); + print(vtos('1 2 3' ^ 5), "\n"); } diff --git a/tests/xor.tmpl b/tests/xor.tmpl index 1c59af8..b009afc 100644 --- a/tests/xor.tmpl +++ b/tests/xor.tmpl @@ -18,3 +18,4 @@ M: '4 7 6' M: '4 7 6' M: '4 7 6' M: '4 7 6' +M: '4 7 6'