Files
go-legacy-win7/test/fixedbugs/bug467.dir/p1.go

6 lines
90 B
Go
Raw Normal View History

2024-09-21 23:49:08 +10:00
package p1
type SockaddrUnix int
func (s SockaddrUnix) Error() string { return "blah" }