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