Sign in
go
/
gofrontend
/
195060166e6045408a2cb95e6aa88c6f0b98f20b
/
.
/
libgo
/
misc
/
cgo
/
testshared
/
testdata
/
implicitcmd
/
implicitcmd.go
blob: 4d4296738e3c018713d16c1bb570187e42d3e3fb [
file
] [
log
] [
blame
]
package main
import (
"testshared/explicit"
"testshared/implicit"
)
func main() {
println(implicit.I() + explicit.E())
}