mirror of
https://github.com/golang/go.git
synced 2026-02-06 10:55:05 +03:00
Composite literals using the &T{} form were incorrectly
exported, leading to weird errors at import time.
Fixes #4879.
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/7395054