Plan 9 from Bell Labs’s /usr/web/sources/contrib/stallion/root/386/go/misc/cgo/testshared/testdata/exe2/exe2.go
package main import "testshared/dep2" func main() { d := &dep2.Dep2{} dep2.W = dep2.G() + 1 + d.Method() }