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