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