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