github.com/activestate/go@v0.0.0-20170614201249-0b81c023a722/misc/cgo/testshared/src/explicit/explicit.go (about) 1 package explicit 2 3 import ( 4 "implicit" 5 ) 6 7 func E() int { 8 return implicit.I() 9 }