/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/bug419.go
17 строк
279 B
Ian Lance Taylor
test: add some tests that gccgo failed to handle correctly
18 фев 2012, 05:52
18 фев 2012, 05:52
7737e19
Код
Авторство
О чём код?
// compile // Copyright 2012 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 1811. // gccgo failed to compile this. package p type E interface{} type I interface { E E }