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