shithub: mc

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