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