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