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