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