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