Adds test cases for the bug in #195, similar to #212. Updates #195 Updates #191
This commit is contained in:
committed by
GitHub
parent
7de02518a2
commit
4f7179b08e
6
tests/fixedbugs/issue195/stub.go
Normal file
6
tests/fixedbugs/issue195/stub.go
Normal file
@@ -0,0 +1,6 @@
|
||||
// Code generated by command: go run asm.go -out issue195.s -stubs stub.go. DO NOT EDIT.
|
||||
|
||||
package issue195
|
||||
|
||||
// Issue195 tests for correct argument size.
|
||||
func Issue195(x *uint64, y uint32)
|
||||
Reference in New Issue
Block a user