1
0
mirror of https://github.com/golang/go synced 2024-11-07 13:36:19 -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()
}