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