/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue56105.go
11 строк
245 B
Cuong Manh Le
cmd/compile: fix missing walk pass for static initialization slice
11 окт 2022, 00:39
11 окт 2022, 00:39
fce4496
Код
Авторство
О чём код?
// compile -d=libfuzzer // Copyright 2022 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() { _ = [...][]int{{}, {}, {}, {}, {}} }