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