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