1package main
2
3import "testshared/dep3"
4
5func main() {
6	dep3.D3()
7}
8