Sign in
go
/
go
/
db36eca33c389871b132ffb1a84fd534a349e8d8
/
.
/
misc
/
cgo
/
test
/
issue9026.go
blob: a30196c99f084c9313766534d65786d2b5ebc70d [
file
] [
log
] [
blame
]
package cgotest
import (
"testing"
"misc/cgo/test/issue9026"
)
func test9026(t *testing.T) { issue9026.Test(t) }