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