Sign in
go
/
gofrontend
/
b03c5dc36d6d0c0d3bef434936e8b924d253595b
/
.
/
libgo
/
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()
}