circuitpython/tests/micropython/native_const_intbig.py
2021-03-15 19:27:36 +05:30

10 lines
112 B
Python

# check loading constants
@micropython.native
def f():
return 123456789012345678901234567890
print(f())