(root)/
gcc-13.2.0/
gcc/
testsuite/
go.test/
test/
fixedbugs/
bug467.dir/
p2.go
package p2

import "./p1"

func SockUnix() error { var s *p1.SockaddrUnix; return s }