diff --git a/tests/test.pla b/tests/test.pla index f9a059e..015bf21 100644 --- a/tests/test.pla +++ b/tests/test.pla @@ -1,3 +1,7 @@ +test = Func(): Int { + return 123; +} + main = Func(): Int { - + return test(); } \ No newline at end of file