Source file misc/cgo/test/testdata/issue9026.go
1 package cgotest 2 3 import ( 4 "testing" 5 6 "cgotest/issue9026" 7 ) 8 9 func test9026(t *testing.T) { issue9026.Test(t) } 10
1 package cgotest 2 3 import ( 4 "testing" 5 6 "cgotest/issue9026" 7 ) 8 9 func test9026(t *testing.T) { issue9026.Test(t) } 10