ref: 5cf8a9d385a8a91169b24fa30605e129f63b043f dir: /test/livearraylit.myr/
use std const main = { var v v = [foo(), 42, 123] -> v[0] } const foo = { -> 21 }