cmd/gc: fix corruption in export of &T{} literals.
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
Showing
test/fixedbugs/issue4879.go
0 → 100644
Please register or sign in to comment