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