shithub: mc

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