Plan 9 from Bell Labs’s /usr/web/sources/contrib/stallion/root/386/go/misc/cgo/testshared/testdata/explicit/explicit.go
package explicit import ( "testshared/implicit" ) func E() int { return implicit.I() }