about summary refs log tree commit diff
path: root/examples/11.src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/11.src')
-rw-r--r--examples/11.src11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/11.src b/examples/11.src
index cc23719..1c45861 100644
--- a/examples/11.src
+++ b/examples/11.src
@@ -13,3 +13,14 @@ let main = () => i64 {
 
 	return y(id, 2);
 };
+
+/*
+
+Expected stdout:
+
+2
+12
+
+Expected return: 2
+
+*/