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