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