(root)/
gcc-13.2.0/
libgo/
misc/
cgo/
testshared/
testdata/
exe3/
exe3.go
package main

import "testshared/dep3"

func main() {
	dep3.D3()
}