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