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