about summary refs log tree commit diff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/-1.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/-1.src b/examples/-1.src
index 874d7ad..67db0a6 100644
--- a/examples/-1.src
+++ b/examples/-1.src
@@ -1,5 +1,5 @@
 /* HELLO! Welcome to the unnamed language */
 
-let main = () => {
+let main = () => i8 {
 	return 7;
 };