Files
TencentOS-tiny/components/language/micropython/tests/micropython/viper_const_intbig.py
2022-09-29 12:10:37 +08:00

10 lines
111 B
Python

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