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