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