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