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