unplugged-system/prebuilts/go/linux-x86/misc/cgo/testshared/testdata/explicit/explicit.go

10 lines
91 B
Go
Raw Permalink Normal View History

package explicit
import (
"testshared/implicit"
)
func E() int {
return implicit.I()
}