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