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