Sign in
go
/
go
/
a0f77e56b7a7ecb92dca3e2afdd56ee773c2cb07
/
.
/
misc
/
cgo
/
test
/
testdata
/
issue9026.go
blob: 3f488816550b5719ff51ec8849344dc581f1d46b [
file
]
package cgotest
import (
"testing"
"cgotest/issue9026"
)
func test9026(t *testing.T) { issue9026.Test(t) }