Added more tests

This commit is contained in:
2025-02-11 18:48:40 +01:00
parent b2f67429f3
commit 1083db6ab2
2 changed files with 15 additions and 0 deletions

View File

@ -62,6 +62,7 @@ var programs = []struct {
{"memory-free", "", "", 0},
{"out-of-memory", "", "", 0},
{"struct", "", "", 0},
{"len", "", "", 0},
}
func TestPrograms(t *testing.T) {