about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--z.mu10
1 files changed, 10 insertions, 0 deletions
diff --git a/z.mu b/z.mu
new file mode 100644
index 00000000..d99438c1
--- /dev/null
+++ b/z.mu
@@ -0,0 +1,10 @@
+def barz x:_elem [
+  local-scope
+  load-ingredients
+  y:address:shared:number <- new _elem:type
+]
+
+def fooz [
+  local-scope
+  barz 34
+]