/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue63462.go
18 строк
331 B
Cuong Manh Le
cmd/compile: fix wrong argument of OpSelectN during expand_calls
10 окт 2023, 01:23
10 окт 2023, 01:23
ad9e6ed
Код
Авторство
О чём код?
// compile // Copyright 2023 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() { for b := "" < join([]string{}, "") && true; ; { _ = b } } //go:noinline func join(elems []string, sep string) string { return "" }