diff options
Diffstat (limited to 'tests/micropython/viper_const_intbig.py')
| -rw-r--r-- | tests/micropython/viper_const_intbig.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/micropython/viper_const_intbig.py b/tests/micropython/viper_const_intbig.py new file mode 100644 index 000000000..6b4497388 --- /dev/null +++ b/tests/micropython/viper_const_intbig.py @@ -0,0 +1,7 @@ +# check loading constants + +@micropython.viper +def f(): + return 123456789012345678901234567890 + +print(f()) |
