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