go/test/fixedbugs/bug467.dir/p2.go

6 lines
86 B
Go

package p2
import "./p1"
func SockUnix() error { var s *p1.SockaddrUnix; return s }