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