github.com/mattn/go@v0.0.0-20171011075504-07f7db3ea99f/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 }