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