shithub: mc

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