shithub: mc

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