/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue46907.go
11 строк
242 B
Cuong Manh Le
cmd/compile: fix wrong type in SSA generation for OSLICE2ARRPTR
24 июн 2021, 21:58
24 июн 2021, 21:58
cce6214
Код
Авторство
О чём код?
// compile // Copyright 2021 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(b []byte) []byte { return (*[32]byte)(b[:32])[:] }