/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue24760.go
12 строк
282 B
Keith Randall
cmd/compile: don't constant-fold non-Go constants in the frontend
27 ноя 2018, 01:49
27 ноя 2018, 01:49
1602e49
Код
Авторство
О чём код?
// 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. package p import "unsafe" var _ = string([]byte(nil))[0] var _ = uintptr(unsafe.Pointer(uintptr(1))) << 100