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