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