Implemented register calls
This commit is contained in:
parent
0483176e56
commit
c777d73bbb
16 changed files with 133 additions and 43 deletions
|
@ -68,6 +68,7 @@ var programs = []struct {
|
|||
{"struct", 0},
|
||||
{"len", 0},
|
||||
{"cast", 0},
|
||||
{"function-pointer", 0},
|
||||
}
|
||||
|
||||
func TestPrograms(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue