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