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