ref: 6b42532ddf1b3ebfd1c5b9b369f8478a7d8711ea dir: /test/postinc-ret.myr/
use std const main = { std.put("{}\n", f()) } const a = [1,2,3][:] const f = { var i = 0 -> a[i++] }