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