mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
tests: Add further tests for mpz code.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
i = 123456789012345678901234567890
|
||||
print(i >> 1)
|
||||
print(i >> 1000)
|
||||
|
||||
# result needs rounding up
|
||||
print(-(1<<70) >> 80)
|
||||
|
||||
Reference in New Issue
Block a user