This bug was triggered by the following code: package main func foo() byte var array = [1]byte{foo()} func main() { }
More tests should be added in the future, but this is a start.