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