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