shithub: mc

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