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