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