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