about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-02-08 11:55:40 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-02-08 11:55:40 -0800
commit3cf8954932091235f7d1088a2a6ffd5b476a14d4 (patch)
tree2769013fe15278a2da3327a7f44e917806a12711
parent7847e20d265cc36d60d2b75a39fe496af17ef0e3 (diff)
downloadmu-3cf8954932091235f7d1088a2a6ffd5b476a14d4.tar.gz
717
-rw-r--r--x.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/x.mu b/x.mu
index 873d380f..778298a8 100644
--- a/x.mu
+++ b/x.mu
@@ -2,4 +2,5 @@
   (x:integer <- copy 1:literal)
   (y:integer <- copy 3:literal)
   (z:integer <- add x:integer y:integer)
+  ($dump-memory)
 ])