### Go version go dev branch (for playground) ### Output of `go env` in your module/workspace: ```shell go playground (sorry, not sure how to get the env from there) ``` ### What did you do? This program crashes the compiler at the current dev branch in the playground: https://go.dev/play/p/3JI9h22Igk8?v=gotip (sidenote: I was only trying to get [this part of the spec](https://tip.golang.org/ref/spec#:~:text=x%2C%20ok%20%3D%20%3C%2Dch-,var%20x%2C%20ok%20T%20%3D%20%3C%2Dch,-yields%20an%20additional) to compile :]) ### What did you see happen? Compiler crash ### What did you expect to see? Compiler success or standard error message