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