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