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

import "./p2"

func main() {
	_ = p2.SockUnix()
}