1
0
mirror of https://github.com/golang/go synced 2024-11-14 15:00:27 -07:00
go/misc/cgo/testshared/testdata/exe3/exe3.go

8 lines
67 B
Go
Raw Normal View History

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