about summary refs log tree commit diff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/-1.pry2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/-1.pry b/examples/-1.pry
index 4b77e10..5093a7e 100644
--- a/examples/-1.pry
+++ b/examples/-1.pry
@@ -1,5 +1,7 @@
 /* HELLO! Welcome to the unnamed language */
 
+extern printf = (*i8, varargs) => void;
+
 let main = () => i64 {
 	return 7;
 };