Sign in
go
/
go
/
dev.debug
/
.
/
misc
/
cgo
/
testshared
/
src
/
exe2
/
exe2.go
blob: 675fd1f365cc665b8db52c80db0eed6ab3dd2890 [
file
] [
log
] [
blame
]
package main
import "dep2"
func main() {
d := &dep2.Dep2{}
dep2.W = dep2.G() + 1 + d.Method()
}