Sign in
go
/
go
/
7e420ce576031db5c4562010254f9c8c4c5eb03e
/
.
/
misc
/
cgo
/
testshared
/
testdata
/
exe2
/
exe2.go
blob: 433f331e369de6e4cf09b7fec1685d09c054cc99 [
file
] [
log
] [
blame
]
package main
import "testshared/dep2"
func main() {
d := &dep2.Dep2{}
dep2.W = dep2.G() + 1 + d.Method()
}