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