/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/bug493.go
15 строк
291 B
Ian Lance Taylor
test: add test that gccgo failed to compile
17 дек 2014, 05:22
17 дек 2014, 05:22
60ea2c5
Код
Авторство
О чём код?
// 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. // Test case that gccgo failed to compile. package p func F() []string { return []string{""} } var V = append(F())