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