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