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