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