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