shithub: mc

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