shithub: mc

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