/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue70175.go
17 строк
228 B
Cuong Manh Le
cmd/compile: fix inlining name mangling for blank label
04 ноя 2024, 19:46
04 ноя 2024, 19:46
324f41b
Код
Авторство
О чём код?
// compile // Copyright 2024 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 f() { _: _: } func main() { f() }