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