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