The following program: ``` go package a var a, b = 0, 0-^^^^^^^^^^a ``` crashes `go tool compile` with: ``` tmp.go:2: internal compiler error: out of fixed registers ``` go version devel +514014c Thu Jun 18 15:54:35 2015 +0200 linux/amd64