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