/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue6789.go
10 строк
302 B
Ian Lance Taylor
test: add some test cases that were miscompiled by gccgo
10 дек 2013, 22:47
10 дек 2013, 22:47
9bea6f3
Код
Авторство
О чём код?
// 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 6789: gccgo failed to find the hash function for an // unexported struct embedded in an exported struct. package ignored