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