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