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