blob: 533e3a9e3dd1c051659e681f8233b0885effce0d [file] [log] [blame]
package main
import "testshared/dep3"
func main() {
dep3.D3()
}