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