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