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