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