circuitpython/tests/micropython/viper_const_intbig.py
Scott Shawcroft b057fb8a4b
codeformat
2021-04-19 22:22:44 -07:00

10 lines
111 B
Python

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