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