ref: 6f7129fd1e2b094e42cbfa2752222a7e61b5c298 dir: /test/incret.myr/
use std var i = 0 const f = { -> i++ } const main = { f() std.exit(i) }