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