shithub: mc

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