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