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