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