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