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