Added more tests

This commit is contained in:
2024-08-03 23:05:09 +02:00
parent dbf416d45b
commit 57ee65abd1
9 changed files with 77 additions and 2 deletions

View File

@ -53,6 +53,7 @@ var programs = []struct {
{"branch-or", "", "", 0},
{"branch-both", "", "", 0},
{"jump-near", "", "", 0},
{"switch", "", "", 0},
{"loop", "", "", 0},
{"loop-lifetime", "", "", 0},
{"out-of-memory", "", "", 0},