circuitpython/tests/micropython/viper_const_intbig.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
111 B
Python
Raw Normal View History

# check loading constants
2021-04-20 01:22:44 -04:00
@micropython.viper
def f():
return 123456789012345678901234567890
2021-04-20 01:22:44 -04:00
print(f())