/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/bug426.go
15 строк
260 B
Ian Lance Taylor
test: add bug426.go: a gccgo crash on valid code
01 мар 2012, 09:51
01 мар 2012, 09:51
532c1b4
Код
Авторство
О чём код?
// 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. // gccgo crashed compiling this. package p type T *T func f(t T) { println(t, *t) }