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