modernc.org/gc@v1.0.1-0.20240304020402-f0dba7c97c2b/testdata/errchk/test/fixedbugs/bug467.dir/p3.go (about)

     1  package main
     2  
     3  import "./p2"
     4  
     5  func main() {
     6  	_ = p2.SockUnix()
     7  }