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