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