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