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