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