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