github.com/zebozhuang/go@v0.0.0-20200207033046-f8a98f6f5c5d/misc/cgo/test/issue9026.go (about)

     1  package cgotest
     2  
     3  import (
     4  	"testing"
     5  
     6  	"./issue9026"
     7  )
     8  
     9  func test9026(t *testing.T) { issue9026.Test(t) }