1package p1
2
3type SockaddrUnix int
4
5func (s SockaddrUnix) Error() string { return "blah" }
6