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