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