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