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