shithub: mc

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