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