/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue28601.go
15 строк
285 B
Ian Lance Taylor
test: add test that gccgo failed to compile
05 ноя 2018, 23:54
05 ноя 2018, 23:54
a540aa3
Код
Авторство
О чём код?
// compile // Copyright 2018 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. // Failed to compile with gccgo. package p import "unsafe" const w int = int(unsafe.Sizeof(0)) var a [w]byte