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