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