1
0
mirror of https://github.com/golang/go synced 2024-09-30 10:28:33 -06:00
go/misc/cgo/test/testdata/issue9026.go

10 lines
112 B
Go
Raw Normal View History

package cgotest
import (
"testing"
"cgotest/issue9026"
)
func test9026(t *testing.T) { issue9026.Test(t) }