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