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