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