go/test/fixedbugs/bug467.dir/p3.go

8 lines
64 B
Go

package main
import "./p2"
func main() {
_ = p2.SockUnix()
}