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