shithub: mc

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