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