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