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