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