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