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