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