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