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