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