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