/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue23780.go
17 строк
278 B
Keith Randall
cmd/compile: initialize sparse slice literals dynamically
27 ноя 2018, 01:50
27 ноя 2018, 01:50
6fff980
Код
Авторство
О чём код?
// compile // Copyright 2018 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() { _ = []byte{1 << 30: 1} } func g() { sink = []byte{1 << 30: 1} } var sink []byte