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