/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue52278.go
12 строк
224 B
Keith Randall
cmd/compile: fix blank label code
25 июл 2022, 23:44
25 июл 2022, 23:44
24dc27a
Код
Авторство
О чём код?
// compile -d=ssa/check/on // 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 main func main() { _: _: }