summaryrefslogtreecommitdiff
path: root/tests/micropython/native_const_intbig.py
blob: 611b39d8fe8c09adc8e9c43f12a3d7149250e80f (plain)
1
2
3
4
5
6
7
# check loading constants

@micropython.native
def f():
    return 123456789012345678901234567890

print(f())