1
0
mirror of https://github.com/golang/go synced 2024-11-06 07:26:10 -07: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) }