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