/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue46653.go
10 строк
291 B
Than McIntosh
cmd/compile: make map.zero symbol content-addressable
09 июн 2021, 05:18
09 июн 2021, 05:18
aa5540c
Код
Авторство
О чём код?
// runindir // 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. // Test to verify compiler and linker handling of multiple // competing map.zero symbol definitions. package ignored