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