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