Sign in
android
/
platform
/
prebuilts
/
go
/
linux-x86
/
643eba3233010e7c3c50e3885e7c35729e49eea8
/
.
/
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()
}