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