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