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