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