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