import "cmd/cgo/internal/testshared/testdata/dep2"
dep2.go
var W int = 1
func G() int
type Dep2 struct { depBase.Dep }