gcc/libgo/misc/cgo/testshared/testdata/exe3/exe3.go
2019-09-06 18:12:46 +00:00

8 lines
67 B
Go

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