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