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