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