1
0
mirror of https://github.com/golang/go synced 2024-11-08 19:06:26 -07:00
go/misc/cgo/testshared/testdata/explicit/explicit.go

10 lines
91 B
Go
Raw Normal View History

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