about summary refs log tree commit diff
path: root/examples/17.src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/17.src')
-rw-r--r--examples/17.src11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/17.src b/examples/17.src
index 0e73fae..2871f46 100644
--- a/examples/17.src
+++ b/examples/17.src
@@ -10,3 +10,14 @@ let main = () => i64 {
 	free(x);
 	return 0;
 };
+
+/*
+
+Expected stdout:
+
+${SOMEPOINTER}
+10
+
+Expected return: 0
+
+*/