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