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