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