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