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