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