shithub: mc

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