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