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