mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
4605cbbc6e
This bug was triggered by the following code:
package main
func foo() byte
var array = [1]byte{foo()}
func main() {
}