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