about summary refs log tree commit diff stats
path: root/ex2.mu
diff options
context:
space:
mode:
Diffstat (limited to 'ex2.mu')
-rw-r--r--ex2.mu9
1 files changed, 0 insertions, 9 deletions
diff --git a/ex2.mu b/ex2.mu
index 148b424e..cd170aa7 100644
--- a/ex2.mu
+++ b/ex2.mu
@@ -25,13 +25,4 @@ fn main screen: (addr screen), keyboard: (addr keyboard), data-disk: (addr disk)
     y <- increment
     loop
   }
-  foo
-}
-
-fn foo {
-  bar
-}
-
-fn bar {
-  abort "aaa"
 }