Sign in
go
/
go
/
c7026f9d14795c7e50839cbcc37b04be65c4f7d7
/
.
/
misc
/
cgo
/
testshared
/
src
/
explicit
/
explicit.go
blob: 6a4453f775861743074e2185f64ca6093f6c74cf [
file
] [
log
] [
blame
]
package explicit
import (
"implicit"
)
func E() int {
return implicit.I()
}