Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# this test for the availability of native emitter
@micropython.native
def f():
pass
f()
print("native")