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