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