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