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