Sign in
go
/
go
/
17083a2fdf4475c3f11a3e6a0ef8cb595a5fc4d6
/
.
/
misc
/
cgo
/
testshared
/
testdata
/
explicit
/
explicit.go
blob: af969fcb23a8febb5827916cc2967add8ede7187 [
file
] [
log
] [
blame
]
package explicit
import (
"testshared/implicit"
)
func E() int {
return implicit.I()
}