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