/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue13263.go
15 строк
252 B
Matthew Dempsky
cmd/compile: fix static-initialization compilation failure
06 дек 2016, 09:14
06 дек 2016, 09:14
749720a
Код
Авторство
О чём код?
// compile // Copyright 2016 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. package b var ( x uint y = x z = uintptr(y) a = uint32(y) b = uint64(y) )