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