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