7 lines
105 B

# test micropython-specific decorators
@micropython.bytecode
def f():
return 'bytecode'
print(f())