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