/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue28445.go
16 строк
272 B
Keith Randall
cmd/compile: don't combine load+op if the op has SymAddr arguments
13 дек 2018, 00:13
13 дек 2018, 00:13
05bbec7
Код
Авторство
О чём код?
// 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 var fp = (**float64)(nil) func f() { switch fp { case new(*float64): println() } }