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