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