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