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