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