cmd/compile accepts this package, but it should be rejected with an error that import "bytes" is unused: package p import . "bytes" var _ = struct{ Buffer int }{Buffer: 0}
cmd/compile accepts this package, but it should be rejected with an error that import "bytes" is unused: