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