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