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