summaryrefslogtreecommitdiffstats
path: root/misc/cgo/testshared/testdata/exe3/exe3.go
blob: 533e3a9e3dd1c051659e681f8233b0885effce0d (plain)
1
2
3
4
5
6
7
package main

import "testshared/dep3"

func main() {
	dep3.D3()
}