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