shithub: mc

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