Added more tests

This commit is contained in:
Eduard Urbach 2025-03-09 19:24:15 +01:00
parent 86c795ecce
commit 792d0eb74d
Signed by: eduard
GPG key ID: 49226B848C78F6C8
8 changed files with 58 additions and 23 deletions

View file

@ -62,6 +62,7 @@ var programs = []struct {
{"loop-lifetime", 0},
{"loop-in-loop", 0},
{"for", 0},
{"factorial", 0},
{"fibonacci", 0},
{"memory-free", 0},
{"out-of-memory", 0},