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