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