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