added tests for sprint 2 and 3

This commit is contained in:
Annie
2025-04-04 20:29:41 -04:00
parent f6abbbd67f
commit a53a22530d
3 changed files with 61 additions and 8 deletions

View File

@ -0,0 +1,7 @@
type rec: [integer: x; integer: y]
type main: rec -> integer
function test: main
test (arg, arg2) := {
return 0;
}