libgo: update to Go 1.11
[official-gcc.git] / libgo / misc / cgo / testshared / src / explicit / explicit.go
blob6a4453f775861743074e2185f64ca6093f6c74cf
1 package explicit
3 import (
4 "implicit"
7 func E() int {
8 return implicit.I()