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