/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue49611.go
11 строк
204 B
Cuong Manh Le
cmd/compile: prevent irgen crashing for empty local declaration stmt
16 ноя 2021, 18:38
16 ноя 2021, 18:38
7f4a946
Код
Авторство
О чём код?
// 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() { var () }