We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d6240b commit b56c635Copy full SHA for b56c635
1 file changed
tests/basics/int_big_xor.py
@@ -5,3 +5,4 @@
5
a = 0xfffffffffffffffffffffffffffff
6
print(a ^ (1 << 100))
7
print(a ^ (1 << 200))
8
+print(a ^ a == 0)
0 commit comments