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