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