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