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