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