/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue8079.go
11 строк
279 B
Chris Manghane
test: add test for gccgo-specific issue 8079
13 окт 2014, 23:33
13 окт 2014, 23:33
d83e43c
Код
Авторство
О чём код?
// compile // Copyright 2014 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 8079: gccgo crashes when compiling interface with blank type name. package p type _ interface{}