shithub: mc

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