summaryrefslogtreecommitdiff
path: root/tests/micropython/viper_const_intbig.py
blob: 42574820a3c60d6735ad4bd6496d70e520f8bdb9 (plain)
1
2
3
4
5
6
7
8
9
# check loading constants


@micropython.viper
def f():
    return 123456789012345678901234567890


print(f())