Sign in
go
/
gofrontend
/
9b5a43baaf391005989d140109261e5a8e1b1b63
/
.
/
libgo
/
misc
/
cgo
/
test
/
issue9026.go
blob: 8848d0e811818e690d64a127d04b2dd6510a1a97 [
file
] [
log
] [
blame
]
package cgotest
import (
"testing"
"./issue9026"
)
func test9026(t *testing.T) { issue9026.Test(t) }