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