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