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