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