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