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