Source file src/cmd/cgo/internal/testshared/testdata/exe3/exe3.go 1 package main 2 3 import "testshared/dep3" 4 5 func main() { 6 dep3.D3() 7 } 8 View as plain text