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