shithub: mc

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