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