shithub: mc

ref: 1b52ea9d5660f5b21a465f59448941212b2f921e
dir: /test/mod.myr/

View raw version
use std
/* should exit with status 6 */
const main = {
	var a = 42
	var b = 9
	std.exit(a % b)
}