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