Sign in
go
/
go
/
HEAD
/
.
/
test
/
fixedbugs
/
issue78410.go
blob: 65c3c014e0256e831f21d3636c277b0e8ef03847 [
file
] [
log
] [
blame
]
// compile
// Copyright 2026 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package p
func f() { clear([]byte{string([]byte{'x'}[:])[0]}) }