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