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