Fixed variable lifetime in loops
This commit is contained in:
parent
43a6e85929
commit
c2b42fe2ea
11 changed files with 90 additions and 18 deletions
|
@ -31,6 +31,8 @@ var programs = []struct {
|
|||
{"branch-or", "", 0},
|
||||
{"branch-both", "", 0},
|
||||
{"jump-near", "", 0},
|
||||
{"loop", "", 0},
|
||||
{"loop-lifetime", "", 0},
|
||||
}
|
||||
|
||||
func TestPrograms(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue