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