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