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