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