DEBSOURCES
Skip Quicknav
sources / golang-1.15 / 1.15.9-6 / misc / cgo / testshared / testdata / implicitcmd / implicitcmd.go
12345678910
package main import ( "testshared/explicit" "testshared/implicit" ) func main() { println(implicit.I() + explicit.E()) }