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