/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue4964.go
10 строк
280 B
Rémy Oudompheng
cmd/gc: fix escape analysis bug.
15 мар 2013, 12:03
15 мар 2013, 12:03
20c7e41
Код
Авторство
О чём код?
// 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 4964: exported escape analysis result is not enough // for cross package analysis. package ignored