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