Source file test/fixedbugs/bug467.dir/p3.go 1 package main 2 3 import "./p2" 4 5 func main() { 6 _ = p2.SockUnix() 7 } 8 View as plain text