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