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