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