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