summaryrefslogtreecommitdiffstatshomepage
path: root/tests/feature_check/native_check.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/feature_check/native_check.py')
-rw-r--r--tests/feature_check/native_check.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/feature_check/native_check.py b/tests/feature_check/native_check.py
index 3971d1355f..4dc9754d0c 100644
--- a/tests/feature_check/native_check.py
+++ b/tests/feature_check/native_check.py
@@ -2,3 +2,7 @@
@micropython.native
def f():
pass
+
+
+f()
+print("native")