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