/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue5105.go
10 строк
275 B
Rémy Oudompheng
cmd/5l, cmd/6l, cmd/8l: fix segfault on reading LOCALS for a duplicate definition.
26 мар 2013, 01:09
26 мар 2013, 01:09
d815a14
Код
Авторство
О чём код?
// rundir // Copyright 2013 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. // Issue 5105: linker segfaults on duplicate definition // of a type..hash.* function. package ignored