diff options
Diffstat (limited to 'tests/feature_check/native_check.py')
-rw-r--r-- | tests/feature_check/native_check.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/feature_check/native_check.py b/tests/feature_check/native_check.py new file mode 100644 index 0000000000..3971d1355f --- /dev/null +++ b/tests/feature_check/native_check.py @@ -0,0 +1,4 @@ +# this test for the availability of native emitter +@micropython.native +def f(): + pass |