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