about summary refs log tree commit diff
path: root/examples/7.src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/7.src')
-rw-r--r--examples/7.src10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/7.src b/examples/7.src
index e4db114..771a4ad 100644
--- a/examples/7.src
+++ b/examples/7.src
@@ -16,3 +16,13 @@ let main = () => i64 {
 
 	return 1;
 };
+
+/*
+
+Expected stdout:
+
+4
+
+Expected return: 4
+
+*/