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