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