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