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