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