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