shithub: mc

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