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