aboutsummaryrefslogtreecommitdiff
path: root/examples/micropython.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/micropython.py')
-rw-r--r--examples/micropython.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/micropython.py b/examples/micropython.py
index f91da94f4..5b87ba192 100644
--- a/examples/micropython.py
+++ b/examples/micropython.py
@@ -2,7 +2,9 @@
# Dummy function decorators
+
def nodecor(x):
return x
+
bytecode = native = viper = nodecor