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