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