go/misc/cgo/testso/cgoso_test.go

8 lines
82 B
Go

package cgosotest
import (
"testing"
)
func TestCgoSo(t *testing.T) { Test() }