Added more tests

This commit is contained in:
Eduard Urbach 2024-07-06 17:01:52 +02:00
parent b886637dc3
commit 0b4b3343c4
Signed by: eduard
GPG key ID: 49226B848C78F6C8
3 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,7 @@
main() {
x := 1 + f(x)
}
f(x) {
return x
}