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