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