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