/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue77919.go
15 строк
271 B
Cuong Manh Le
cmd/compile/internal/typecheck: simplify tcSliceHeader
06 мар 2026, 21:31
06 мар 2026, 21:31
bf1b097
Код
Авторство
О чём код?
// 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 main var sink any func main() { i := 0 output := make([]string, 8, i) sink = output }