The following piece of code takes several minutes to compile (I gave up after a while): ``` package main func fn() (arr [1e10]bool) { println(len(arr)) return } func main() { fn() } ``` Possibly but not necessarily related to #14028.