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