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