shithub: mc

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