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