committed by
GitHub
parent
9eb409b935
commit
3cfe40e76c
11
tests/fixedbugs/issue62/issue62_test.go
Normal file
11
tests/fixedbugs/issue62/issue62_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package issue62
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
//go:generate go run asm.go -out issue62.s
|
||||
|
||||
func TestPrivate(t *testing.T) {
|
||||
private()
|
||||
}
|
||||
Reference in New Issue
Block a user