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