This code: ``` x = [i:5] -> 0; output y = x[6]; ``` Produces error: "Storage alloc: Array x has readers but no writers."
This code:
Produces error: "Storage alloc: Array x has readers but no writers."