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