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