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