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