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