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