/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue3552.go
10 строк
280 B
Rémy Oudompheng
cmd/gc: fix wrong interaction between inlining and embedded builtins.
22 дек 2012, 22:16
22 дек 2012, 22:16
9aef20e
Код
Авторство
О чём код?
// compiledir // Copyright 2011 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 3552: cross-package inlining misbehaves when // referencing embedded builtins. package ignored