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