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