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