shithub: mc

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