summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc4
1 files changed, 3 insertions, 1 deletions
diff --git a/test.toc b/test.toc
index 91b8cbc..e9ab36b 100644
--- a/test.toc
+++ b/test.toc
@@ -7,4 +7,6 @@ main ::= fn() {
io.puts("Hello!");
super.puts("hey");
great.puti(1232);
-}; \ No newline at end of file
+};
+
+main(); \ No newline at end of file