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