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