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