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