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