Retro68/gcc/libgo/misc/cgo/test/issue9026.go

10 lines
106 B
Go
Raw Normal View History

2018-12-28 15:30:48 +00:00
package cgotest
import (
"testing"
"./issue9026"
)
func test9026(t *testing.T) { issue9026.Test(t) }