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