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