fixed compiler tests after adding the EXIT instruction

This commit is contained in:
cozis
2022-08-16 21:56:49 +02:00
parent 0e94f644ab
commit 7b9bf06630
92 changed files with 92 additions and 92 deletions
+1 -1
View File
@@ -19,4 +19,4 @@ fun:
RETURN 1;
RETURN 0;
end:
RETURN 0;
EXIT;