shithub: mc

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