Sign in
go
/
go
/
23c646c226e9820c30fba29ebef94d7e328ada83
/
.
/
misc
/
cgo
/
testshared
/
src
/
exe2
/
exe2.go
blob: acdb4ddcc569012649584b2bddbd3f80a07285b4 [
file
] [
log
] [
blame
]
package main
import "dep2"
func main() {
dep2.W = dep2.G() + 1
}