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