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