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