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