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