ref: 7b5b914cf702375f8f532c2fe43c04d6eacd1fd6 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++] }