summaryrefslogtreecommitdiff
path: root/tests/feature_check/native_check.py
blob: 4dc9754d0c12b03c4ff7e0b6f318c37f3165f288 (plain)
1
2
3
4
5
6
7
8
# this test for the availability of native emitter
@micropython.native
def f():
    pass


f()
print("native")