Implemented reading from struct fields
This commit is contained in:
parent
e36d9fade3
commit
71d7cdf5b2
10 changed files with 112 additions and 15 deletions
|
@ -60,6 +60,7 @@ var programs = []struct {
|
|||
{"loop", "", "", 0},
|
||||
{"loop-lifetime", "", "", 0},
|
||||
{"out-of-memory", "", "", 0},
|
||||
{"struct", "", "", 0},
|
||||
}
|
||||
|
||||
func TestPrograms(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue