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