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