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