go/test/fixedbugs/bug467.dir/p1.go

6 lines
90 B
Go

package p1
type SockaddrUnix int
func (s SockaddrUnix) Error() string { return "blah" }