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