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