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