shithub: mc

ref: ba1671eff1fe37ff6e4e4453d9df2d37af35bcce
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)
}