shithub: mc

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