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