about summary refs log tree commit diff stats
path: root/archive/0.vm.arc/x.mu
diff options
context:
space:
mode:
Diffstat (limited to 'archive/0.vm.arc/x.mu')
-rw-r--r--archive/0.vm.arc/x.mu6
1 files changed, 6 insertions, 0 deletions
diff --git a/archive/0.vm.arc/x.mu b/archive/0.vm.arc/x.mu
new file mode 100644
index 00000000..778298a8
--- /dev/null
+++ b/archive/0.vm.arc/x.mu
@@ -0,0 +1,6 @@
+(function main [
+  (x:integer <- copy 1:literal)
+  (y:integer <- copy 3:literal)
+  (z:integer <- add x:integer y:integer)
+  ($dump-memory)
+])