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