unplugged-system/prebuilts/go/linux-x86/misc/cgo/testshared/testdata/exe3/exe3.go

8 lines
67 B
Go
Raw Permalink Normal View History

package main
import "testshared/dep3"
func main() {
dep3.D3()
}