Added more tests

This commit is contained in:
2025-03-09 19:24:15 +01:00
parent 016938932f
commit 6c659a2b0c
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},