1 2 3 4 5 6 7 8
# this test for the availability of native emitter @micropython.native def f(): pass f() print("native")