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