/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue7547.go
17 строк
305 B
Keith Randall
cmd/gc: compute size of keys & values before making map bucket
04 апр 2014, 23:58
04 апр 2014, 23:58
375b7bb
Код
Авторство
О чём код?
// 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. package main func f() map[string]interface{} { var p *map[string]map[string]interface{} _ = p return nil } func main() { f() }