diff options
Diffstat (limited to 'tests/feature_check/int_big.py')
| -rw-r--r-- | tests/feature_check/int_big.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/feature_check/int_big.py b/tests/feature_check/int_big.py new file mode 100644 index 000000000..f30285a98 --- /dev/null +++ b/tests/feature_check/int_big.py @@ -0,0 +1,2 @@ +# Check whether arbitrary-precision integers (MPZ) are supported +print(1000000000000000000000000000000000000000000000) |
