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