DEBSOURCES
Skip Quicknav
sources / micropython / 1.25.0%2Bds-1 / tests / feature_check / native_check.py
12345678
# this test for the availability of native emitter @micropython.native def f(): pass f() print("native")