import micropython
@micropython.native
def native_x(x):
print(x + 1)
def native_y(x):
def native_z(x):